func runtime.sysMap
7 uses
runtime (current package)
arena.go#L948: sysMap(unsafe.Pointer(base), userArenaChunkBytes, &gcController.heapReleased)
malloc.go#L1593: sysMap(unsafe.Pointer(l.mapped), n, sysStat)
mem.go#L153: func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
mheap.go#L1502: sysMap(unsafe.Pointer(h.curArena.base), size, &gcController.heapReleased)
mheap.go#L1533: sysMap(unsafe.Pointer(v), nBase-v, &gcController.heapReleased)
mpagealloc_64bit.go#L179: sysMap(unsafe.Pointer(need.base.addr()), need.size(), p.sysStat)
mpagealloc_64bit.go#L235: sysMap(unsafe.Pointer(need.base.addr()), need.size(), sysStat)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |